home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4392 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: hydra.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@hydra.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 28 Feb 1996 18:23:41 GMT
  6. Organization: Technical University Berlin, Germany
  7. Message-ID: <4h26je$7t@brachio.zrz.TU-Berlin.DE>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922
  9. NNTP-Posting-Host: hydra.zrz.tu-berlin.de
  10.  
  11. ludvigp@ifi.uio.no (Ludvig Pedersen) writes:
  12.  
  13. >>>>: How are you going to handle 64 pixels width sprites?
  14. >>>>by hacking fmode...
  15. >>No hopefully not... I hope the system (OS3+) can provide my with a 64bit
  16. >>sprite (Haven't really looked into this)???
  17.  
  18. >OS3 don't support it as far as I know. :-/ A real pitty. I would have been so
  19. >easy for those C= folks. :-/
  20.  
  21. It does, I used them in an old project of mine, an 100% OSfriendly Jump&Run.
  22. I learned a lot doing this... :)
  23. I can send this code to anyone who wants it.
  24.  
  25. >>>>no way! unless you are a mega intuition-monitor-expert and maybe
  26. >>>>write a new ghost-look routine for each kickstart-revision :\
  27. >>> Its possible without being an expert.
  28.  
  29. The only way to handle c2p OSfriendly (nearly) is the following:
  30. Try to open a chunky screen with the OS first, if this fails install
  31. your hardware banging code. This should work in all cases, because either
  32. it is AGA or gfxcards (chunky anyway) or something new (AAA?), that will
  33. support chunky with the OS too.
  34.  
  35. >The problem is that 320x128 pal resolution is only supported on OS3.1 (V40).
  36. >So I have to "make" it myself!
  37.  
  38. BTW:Using UserCopperlists isn't OSfriendly any more.
  39.  
  40. Greets,
  41. Phil.
  42. grond/matrix
  43.  
  44.